type github.com/jackc/pgx/v5/pgtype.encodePlanLineCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		line.go#L87: 		return encodePlanLineCodecBinary{}
		line.go#L95: type encodePlanLineCodecBinary struct{}
		line.go#L97: func (encodePlanLineCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {